projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06cdb5d
)
(font-lock): Add tags to the links in the defgroup.
author
Luc Teirlinck
<teirllm@auburn.edu>
Mon, 19 Dec 2005 23:18:17 +0000
(23:18 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Mon, 19 Dec 2005 23:18:17 +0000
(23:18 +0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index f6b334832d0cb57dd0169da82479f74ab7577954..be97ce41e61e88b88aa76e9260e34b863aa23fd7 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-212,8
+212,8
@@
;; Define core `font-lock' group.
(defgroup font-lock '((jit-lock custom-group))
"Font Lock mode text highlighting package."
- :link '(custom-manual "(emacs)Font Lock")
- :link '(custom-manual "(elisp)Font Lock Mode")
+ :link '(custom-manual
:tag "Emacs Manual"
"(emacs)Font Lock")
+ :link '(custom-manual
:tag "Elisp Manual"
"(elisp)Font Lock Mode")
:group 'faces)
(defgroup font-lock-faces nil